home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Online
/
Epic4
/
share
/
epic
/
help
/
6_functions
/
revw
< prev
next >
Wrap
Text File
|
2001-03-21
|
476b
|
21 lines
Synopsis:
$revw(<word list>)
Technical:
This returns the input list in reverse order it was entered.
Practical:
There aren't may obvious uses for this function. One possibility might
be a simple two-way encoding scheme, to deter any eyes that might be
spying on your conversation.
Returns:
input list reversed word for word
Examples:
$revw(welcome to our channel) returns "channel our to welcome"
See Also:
reverse(6)